object frmCalPop: TfrmCalPop Left = 253 Top = 117 BorderIcons = [] BorderStyle = bsNone ClientHeight = 115 ClientWidth = 175 Color = clSilver Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] KeyPreview = True PixelsPerInch = 96 OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown OnMouseMove = FormMouseMove OnMouseUp = FormMouseUp OnPaint = FormPaint TextHeight = 16 end